Update System
|
[1] | Update your system with 'yum' command. However, before doing it, Install 'yum-fastestmirror' that looks for fast server and download packages from there automatically when yum command is used. |
[root@dlp ~]# yum -y install yum-fastestmirror fedora/metalink | 3.8 kB 00:00 fedora | 3.8 kB 00:00 fedora/primary_db | 8.4 MB 00:01 updates/metalink | 7.1 kB 00:00 updates | 4.0 kB 00:00 updates/primary_db | 974 kB 00:00 Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package yum-plugin-fastestmirror.noarch 0:1.1.21-2.fc11 set to be updated --> Finished Dependency Resolution Dependencies Resolved =================================================================== Package Arch
Version
Repository
Size =================================================================== Installing: yum-fastestmirror noarch
1.1.21-2.fc11
fedora
15 k Transaction Summary =================================================================== Install 1 Package(s) Update 0 Package(s) Remove 0 Package(s) Total download size: 15 k Downloading Packages: yum-plugin-fastestmirror-1.1.21-2.fc11.noarch.rpm | 15 kB 00:00 Running rpm_check_debug Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Installing : yum-plugin-fastestmirror 1/1 Installed: yum-plugin-fastestmirror.noarch 0:1.1.21-2.fc11 Complete! [root@dlp ~]# yum -y update
|